FMeinicke's Wiki

Home

❯

Windows

❯

Powershell

❯

Unix `read` equivalent

Unix `read` equivalent

May 27, 20251 min read

  • pwsh/read-host
  • read

read-host read

Source

  • Read-Host
> $TOKEN=(Read-Host -Prompt "Enter your personal access token:")

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub